home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 4
/
Amiga Tools 4.iso
/
tools
/
internet-tools
/
internet-install-tools
/
varknet3
/
net3.lha
/
AmiTCP-4.0
/
doc
/
ch_mknod.doc
< prev
next >
Wrap
Text File
|
1994-10-15
|
509b
|
24 lines
NAME
ch_mknod
SYNOPSIS
ch_mknod TYPE MAJOR MINOR DEVNAME [DEVNAME ...]
DESCRIPTION
Create unix character or block special devices.
TYPE must be
B or BLOCK block special device
C or CHAR character special device
MAJOR is the major device number in the range 0..16777215.
MINOR is the minor device number in the range 0..255.
NOTES
This command may work on amiga bffs partitions, too.
Bffs was written by Chris Hooper.
BUGS
None known.
$Id: ch_mknod.doc,v 1.2 1994/04/07 15:09:18 alph Exp $